Einhugur macOS Bridge plugin.

NSArray.StringValue Method

Returns String value from the array at given index or false if the element at given index was not String.

StringValue(
   index as Integer) as String

Parameters

index
Index of the element to get (zero based).Index of the element to get (zero based).

Returns

String

Remarks

See Also

NSArray Class